From 0fca1afde7c52d2512e44d98f69edb2c0b5bae97 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 11 Jul 2005 16:04:22 +0000 Subject: [PATCH] Tools build fixes. --- tools/libxc/Makefile | 2 +- tools/policy/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 4fdb3c210d..8233fff8e2 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -59,7 +59,7 @@ check-for-zlib: false; \ fi -LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse) +LINUX_ROOT := $(XEN_ROOT)/linux-2.6-xen-sparse mk-symlinks: [ -e xen/linux ] || mkdir -p xen/linux [ -e xen/io ] || mkdir -p xen/io diff --git a/tools/policy/Makefile b/tools/policy/Makefile index b8d67471ae..3c935c63b5 100644 --- a/tools/policy/Makefile +++ b/tools/policy/Makefile @@ -24,7 +24,7 @@ clean: rm -rf policy_tool xen -LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse) +LINUX_ROOT := $(XEN_ROOT)/linux-2.6-xen-sparse mk-symlinks: [ -e xen/linux ] || mkdir -p xen/linux [ -e xen/io ] || mkdir -p xen/io -- 2.30.2